home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00048_ScientistNumber Update.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  329 b   |  19 lines

  1. on enterFrame
  2.   global Section, ScientistNumber
  3.   repeat with count = 20 to 23
  4.     set the puppet of sprite count to 1
  5.   end repeat
  6.   set Section to the frame
  7.   set ScientistNumber to the frame - 50
  8.   set the keyDownScript to "ScientistChangeKey"
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.  
  15. on idle
  16.   CheckHilite(20, 23)
  17.   pass()
  18. end
  19.